@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    background-color: black;
    
}
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    
    color:white;
}
p{
    font-size:30px;
}
.home{
    min-height: 100vh;
    background-color:rgba(36, 36, 36, 0.397);
    /*background-image: url("https://images.pexels.com/photos/1229861/pexels-photo-1229861.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    */background-size:contain;
    background-position-x: center;
    padding-top:8vh;
    letter-spacing: 2px;
    text-align: center;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-left:15px;
    padding-right:15px;
    border-bottom: 1px solid rgb(211,14,211);
}
.contact{
    min-height: 100vh;
    background-color:rgb(22,22,22);
    /*background-image: url("https://images.pexels.com/photos/1229861/pexels-photo-1229861.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    */background-size:contain;
    background-position-x: center;
    padding-top:13vh;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-left:15px;
    padding-right:15px;
    border-bottom: 1px solid rgb(211,14,211);

}
.contact h1{
    font-size:45px;
    color:white;
}

.fa:hover{
    opacity:0.7;
    color:rgb(182, 7, 182);
    transition: 0.3s;
}

em{
    font-style: normal;
    color:rgb(211, 14, 211);
    font-family: 'Ubuntu', sans-serif;
}
.emphasize{
    
    color:rgb(211, 14, 211);
    display:inline;
    text-decoration: none;
}
.btn .fa{
    font-size: 1.5em;
    top:4px;
    position:relative;
}
.btn {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: rgb(211,14,211);
    padding: 20px 70px 20px 70px;
    font-size: 35px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    }
    
    .btn:hover {
    background: #434343;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px 10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    }

.home h1{
    position:relative;
    top:35px;
    text-align: center;
    color:white;
    font-weight:bold;
    font-size: 55px;
}
.about{
    background-color: rgb(22, 22, 22);
    min-height: 100vh;
    display:flex;
    border-bottom: 1px solid rgb(211,14,211);
}
.gamesection{
    border-bottom: 1px solid rgb(211,14,211);
    padding-bottom:10px;
}
.contactsection
{
    min-width: 80%;
    padding-top: 24vh;
    display:grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    grid-column-gap: 1%;
    font-size:30px;
    
}
.contactsection p{
    font-size:20px;
}
.ic{
    font-size:65px;
}
.game
{
    display: flex;
    justify-content: space-around;
    padding-top:12vh;
    background-color:rgba(36, 36, 36, 0.397);
    min-height: 50vh;
}
.game1{
    padding-top:12vh;
    background-color:rgba(36, 36, 36, 0.397);
    min-height: 80vh;

    display:flex;
    flex-direction: column;
    
}
.game1 h1{
    text-align: center;
}
.about #aboutme{
    position:relative;
    font-size:60px;
    margin-left:150px;
    width:60%;
    top:73px;
}

.about #aboutme h4{
    margin-left:18px;
    font-size:54px;
    display:inline;
}

#deadlift, #squat, #benchpress{
    width: 100px;
    height:100px;
}
#aboutme #rekordy{
    font-size:50px;
    margin:0;
}
.wynik{
    font-size: 35px;
    font-weight:bold;
}


nav{
    display:flex;
    justify-content: space-around;
    align-items:center;
    min-height: 8vh;
    background-color: rgb(36, 36, 36, 0.597);
}
.top{
    position:fixed;
    width:100%;
    z-index: 1;
	top:0;
}

.logo{
    
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 30px;
}

.nav-links{
    display:flex;
    justify-content: space-around;
    width:30%;
}

.nav-links li{
    list-style: none;
}
.nav-links a{
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size:14px;
}

.nav-links a:hover{
    color: rgb(211, 14, 211); /*emphasize*/
    
}

.burger{
    display:none;
}

.burger div{
    width:25px;
    height:3px;
    background-color: rgb(88, 88, 88);
    margin:5px;
    transition: all 0.3s ease;
}

@media screen and (max-width:1024px){
    .nav-links{
        width:40%;
    }
    .about #fota{
        height:400px;
        width: 200px;
    }
    .about #aboutme {
        margin-left: 50px;
        min-height: 100vh;
    }

}

@media screen and (max-width:768px){
    
    .about #fota{
        display:none;
    }
    body{
        overflow-x:hidden;
        
    }
    .nav-links{
        position:absolute;
        right:0;
        height: 92vh;
        top: 8vh;
        background-color:rgba(36, 36, 36, 0.397);
        display:flex;
        flex-direction: column;
        align-items: center;
        width:50%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }
    .nav-links li{
        opacity:0;
    }
    .burger{
        display:block;
        cursor:pointer;
    }
    .about{
        min-height:123vh;
    }
    .contactsection
    {
     display:flex;   
     flex-direction: column;
     padding:20px;
    }
    .contactsection > div{
        padding:30px 20px 30px 20px;
    }
    .contact{
        padding-top:50px;
    }
}
#ikona{
    height: 70px;
    stroke:rgb(211, 14, 211);
}
#rekord{
    display:flex;
    padding-top:60px;
    justify-content: space-between;
    width:80%;
}
.nav-active{
    transform: translateX(0%);
}

@keyframes navLinkFade{
    from{
        opacity:0;
        transform:translateX(50px);
    }

    to{
        opacity:1;
        transform:translateX(0px);
    }
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
    opacity:0;
}

.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}



.container {
  width: 320px;
  height: 320px;
  margin: auto;
  margin-top: 100px;
}

.container h1 {
  text-align: center;
  font-size: 30px;
}

.row {
  height: 100px;
}

.col {
  height: 100px;
  width: 100px;
  float: left;
  font-size: 100px;
  text-align: center;
  line-height: 100px;
}

.col:hover {
    background-color: lightgray;
}

.border-b {
  border-bottom: 10px solid black;
}

.border-r {
  border-right: 10px solid black;
}

.winner {
    color: rgb(211, 14, 211); 
}