@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

header{
    background-image: url(../img/noise\ generated\ mountains.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

h1.menu_home{
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    padding: 15px;
    padding-bottom: 5px;
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: bolder;
    margin: 0;
}

img.crop_head{
    width: 325px;
}

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: rgb(28, 42, 52);
    margin: 0;
    padding: 0;
    background-size: 100%;
}       

p.text{
    font-family: 'Russo One', sans-serif;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
}

h1.headline{
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    padding: 15px;
    padding-bottom: 5px;
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: bolder;
    margin: 0;
}

a.link{
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: rgb(70, 187, 255);
}

a.menu{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-radius: 35%;
    padding: 5px;
    font-size: 50px;
    text-decoration: none;
}

div#content{
    padding-top: 0;
    margin-top: 0;
}

div#content div{
    width:800px; 
    align-content: center;
    text-align: center;
    align-items: center;
    margin: 10px;
    display: inline-block;
    width: 48%;
}

svg.icon{
    padding-top: 23px;
    align-self: center;
    max-width: 37px;
}

iframe.portfolio{
    width: 700px;
    height: 430px;
    margin-top: 77px;
    border: 3px;
    border-radius: 15px;
    border-color: rgb(28, 42, 52);
    border-style: solid;
}

div#content div.left_box{
    text-align: center;
    vertical-align: top;
    left: 1;
    right: 0;
}

p.small_text{
    font-family: 'Russo One', sans-serif;
    padding: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
}

a.mail{
    align-self: center;
    text-align: center;
    filter: drop-shadow(0 0 0.75rem crimson);
    font-family: 'Russo One', sans-serif;
    border: 0;
    padding: 0;
    text-decoration: none;
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
}

a.mail:hover{
    filter: drop-shadow(0 0 0.75rem rgb(20, 197, 220));
    font-size: 45px;
    transition: 0.3s all;
}

a.download_button{
    text-align: center;
    color: cadetblue;
    filter: drop-shadow(0 0 0.75rem crimson);
    text-decoration: none;
    align-self: center;
    font-size: 50px;
    font-family: 'Bebas Neue', sans-serif;
}

a.download_button:hover{
    filter: drop-shadow(0 0 0.75rem rgb(82, 145, 110));
    font-size: 60px;
    transition: 0.3s all;
}


img.portfolio{
    border-radius: 15px;
    width: 600px;
    margin-top: 70px;
    margin-bottom: 0px;
}

img.portfolio:hover{
    filter: drop-shadow(0 0 0.75rem crimson);
    border-radius: 15px;
    width: 700px;
    margin-top: 70px;
    margin-bottom: 0px;
    transition: 0.3s all;
}

div.full_box{
    vertical-align: middle;
    align-self: center;
}

div#content div.right_box{
    vertical-align: top;
    text-align: center;
    left: 0;
    right: 1;
}

nav.menu{  
    vertical-align: top;
    text-align: center;
}

nav.menu ul li.button{
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-family: 'Bebas Neue', sans-serif;
    list-style-type: none;
    display: inline-block;
}

nav.menu ul li.button a{
    background-color: rgb(3, 83, 83);
    filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
}

nav.menu ul li.button:hover a{
    font-size: 70px;
    filter: drop-shadow(0 0 0.75rem crimson);;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 88, 88);
    transition: 0.3s all;
}