html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  
}



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

p, li, body{
    font-size:20px;
}

body {
  margin-bottom: 60px;
}

.container{
   // max-width:100%;
}

html, body{
    font-family:"Roboto";
    color:#070038;
}

h1, h2, h3, h4, h5, h6{
    font-family:"Bebas Neue";
}


:root {
    --darkest: #03045e;
    --dark: #0077b6;
    --medium:#00b4d8;
    --light:#90e0ef;
    --lightest:#caf0f8;
}

h1,h2,h3,h4,h5,h6{
    color:var(--darkest);
}

.myaward_female_happiness_average{
    color:deeppink;
    font-size:30px;
   
    
}


/*cheating site stuff*/

:root {
    --d5: #8B0000;
    --d4: #C71585;
    --d3: #FF1493;
    --d2: #FF69B4;
    --d1: #FFB6C1;
}


  nav, .bg-white {
    background: var(--d4) !important;
}

  body, nav, nav.bg-white{
      background:none !important;
  }

body {
   
}

p, body, *, html, h4, h1{
    color:var(--d5);
}



.container{
    background:var(--d1);
    border-radius:20px;
    margin-top:20px;
    padding:20px;
    
}

nav .container{
    padding: inherit;
    padding-left:10px;
    padding-right:10px;
}



main a, .nav-item a, footer a, .form-inline button, .btn {
    color: var(--d1) !important;
    background: var(--d3);
    border-radius: 10px !important;
    padding: 8px;
    margin: 4px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-size:20px !important;
    font-weight:bold !important;
    background-image:url('/grid1.png');
    background-size:80px;
}

    .nav-item .form-inline button{
        text-transform:uppercase;
    }

    main a:hover, .nav-item a:hover, footer a:hover {
        background: var(--d4);
        color: white;
    }

main a:focus
{
    //todo:  have a snazzy transition for a click, using a CSS animation
    //opacity:0.0;
}

.mainc{
    box-shadow:0px 10px 80px rgba(0,0,0,0.5);
}

.nav-item{
    text-transform:uppercase;
   font-size:20px;
}

a{
    font-weight:bold;
}




html {
    background: radial-gradient(circle,rgba(199, 21, 133, 1) 0%, rgba(128, 13, 85, 1) 100%);
}


html, body, *{
    font-family:"National Park";
}

h4, h1{
    font-family:"Rubik Dirt";
    letter-spacing:1px;
}

.container{
    background-image:url("/bg3.PNG");
    background-repeat:repeat;
    background-size:400px auto;
}

.nopad{
    padding-top:0px;
    padding-bottom:0px;
}

.mainc {
    border-left: 6px dotted var(--d5);
    border-right: 6px dotted var(--d5);
}

input{
    //background:var(--d2) !important;
}

.btn{
    background:var(--d3);
    border:0px;
}

.btn:hover{
    background:var(--d4);
}


.mydisp2p {
    background: #464646;
    background-image: url("/bg3.PNG");
    background-repeat: repeat;
    background-size: 400px auto;
  
    //clip-path: inset(0px 0px -330px 0px);
}

.sb1 {
    padding-bottom: 200px;
    clip-path: polygon(50% 0%, 100% 0, 100% 93%, 50% 100%, 48% 100%, 0 92%, 0 0);
}

.sbb2{
    top:-200px;
    padding-top:200px;
    margin-bottom:-260px;
}







    section:nth-child(even) {
        
    }

    section:nth-child(odd) {
       
    }

    .mydisp2p::after {
     
    }

.mydisp2{
    
    color:white;
    padding:40px;
    max-width:1200px;
    margin:auto;
   
}

    .mydisp2 .rl1 {
      
    }

.mydisp2 *{
    color:white;
    text-align:center;
}

.mydisp2 .desc1{
    text-transform:uppercase;
    opacity:0.2;
    font-size:40px;
    font-weight:bold;
}

.mydisp2 p i{
    opacity:0.8;
    font-style:normal;
}

.mydisp2 .fa-solid{
    font-size:120px;
}

.fa-solid {
    animation-name: ex1;
    animation-duration: 1.6s;
    
    animation-iteration-count: infinite;
}


@keyframes ex1 {
    0%   {transform: translate(-0px, 0px) scale(1.0, 1.0) rotate(-0.0001turn);}
  
  50%   {transform:translate(0px, 0px) scale(1.1, 1.1) rotate(0.0001turn); }
  
 
  100%   {transform: translate(-0px, 0px) scale(1.0, 1.0) rotate(-0.0001turn);}
  
  
}

.sc1 {
    animation-name: sc1;
    animation-duration: 3.6s;
    animation-iteration-count: infinite;
}


@keyframes sc1 {
    0%   {transform: translate(-0px, 0px) scale(1.0, 1.0) rotate(-0.0001turn);}
  
  50%   {transform:translate(0px, 0px) scale(1.05, 1.05) rotate(0.0001turn); }
  
 
  100%   {transform: translate(-0px, 0px) scale(1.0, 1.0) rotate(-0.0001turn);}
  
  
}



.mydisp3{
    background:var(--d1);
    padding:20px;
    
}

.mydisp3{
    min-height:80vh;
    display:flexbox;
    align-content:center;
}

.mydisp4 h1{
    font-size:110px;
}

    .mydisp3 h2 {
        transform: skew(-25deg, 0deg);
        
        opacity: 0.5;
        font-size: 9vw;
        padding: 20px;
    }

    .mydisp3 p{
        font-size:30px;
    }

    .mydisp3 .btn{
        font-size:30px;
        color:white;
    }

        .mydisp3 h2, .mydisp3 h2 * {
            color: var(--d2) !important;
        }


        .navbar li:nth-child(even){
            transform:rotate(0.01turn);
            
        }

.navbar li:nth-child(odd) {
    transform: rotate(-0.005turn);
}


.check-box, .check-box:disabled {

}



@keyframes sc1a {
    0% {
        transform: translate(-0px, 0px) scale(1.0, 1.0) rotate(-0.0001turn);
    }

    50% {
        transform: translate(0px, 00px) scale(1.2, 1.2) rotate(0.0001turn);
        
    }


    100% {
        transform: translate(-0px, 0px) scale(1.0, 1.0) rotate(-0.0001turn);
    }
}

.sc1a {
    animation-name: sc1a;
    animation-duration: 3.6s;
    animation-iteration-count: infinite;
}

.salert1 {
    width: 400px;
    background: white;
    border: 8px dotted var(--d3);
    padding: 20px;
}


pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.mainc{
    min-height:600px;
    align-content:center;
}

body{
    transition:all 3s ease-in-out;
}

.flipped112 {
   transform:rotate(720deg);
}

footer {
  // filter:blur(1px);
    opacity:0.3;
    transition:all 0.2s ease-in-out;
}

footer:hover{
    opacity:1.0;
    filter:blur(0px);
}

@media (max-width:768px) {

    main a, .nav-item a, footer a, .form-inline button, .btn {
        font-size: 14px !important;
        padding-left:4px;
    }

    .navbar li{
        transform: none !important;
    }

    .nav-link{
        padding-left:4px !important;
    }

    footer a{
        margin:10px;
        
        display:block;
    }

    header{
    position:fixed !important;
    right:0px;
    top:-24px !important;
    z-index:999999999999999;
    padding:0px;
    margin:0px;
   
    
    }

    header .nav-item{
        margin:10px;
    }

    header .container{
        box-shadow:0px 0px 8px black;
        padding:0px 10px !important;
        width:100%;
    }

    .mainc{
        max-width:100%;
        overflow:hidden;
    }


    body{
        margin-top:80px !important;
    }

    header img{
        height:40px;
        width:auto !important;
    }

    .desktoponly{
        display:none;
    }

}


.nodata{
    max-width:800px;
    margin:auto;
    background:white;
    text-align:center;
    padding:20px;
    
}

.nodata i{
    font-size:40px;
    color:var(--d4);
}
