.left{
    float: left;
}

.right{
    float: right;
}

.left, .right{
    margin: .25em;
    padding: .25em;
}

body{
    font-size: 1.05em;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica, Arial,sans-serif;
    padding: 1em;
}

.box1{
    background-color: #D8D8D8;
    border: solid black;
    border-width: .1em;
    border-radius: 2em;
}


.flex{
    display: flex;
    /* padding-right: 2em; */

}

#box_four{
    flex: 4;
}

#intro_box{
    display: flex;
    flex: 4;
    margin: 1.2em;
    padding-left: .09em;
    flex-direction: column;
    /* padding: 1.5em; */
    /* text-align: center; */
    /* justify-content: center; */
    
}

#box{
    flex: 3;
}

#image_box{
    flex: 2;
    justify-content: center;
}

.banner_image{
    width:20em;
}

.social_links{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex:1
    /* margin-left: 1em; */
}

.flex_main{
    display: flex;
    
}

.flex_links{
    display: flex;
    justify-content: space-between;
}

body{
    /* background-color: #EEEEEE ; */
    /* font-family: 'Roboto Mono', monospace; */
}

h1{
    /* color:#3C4048; */
    color: black;
}

a{
    color:#404258;
}
a:hover{
    color: #0F3460;
}

.main{
    display: flex;

    /* text-align: center;
    justify-content: center; */
    
    flex-direction: column;
    /* font-size: 1.5em; */
    /* font-family: 'Roboto Mono', monospace; */
}

.listed_items_div{
    padding-top: 1em;
    padding-bottom: 1em;
}

.listed_item{
    margin: .1em;
    padding-left: 3em;
    font-size: .85em;
}

.social_button{
    /* margin: 1.5em; */
    border-color: #0F3460;
    background-color: aqua;
    width: 7em;
    height: 3em;
    font-size: .8em;
    text-align: center;
    justify-content: center;
    color: black;
}

.main_image{
    /* width: 20em; */
    float: right;
}

.main_div{
    display: flex;
}

.main_div p {
    flex: 6;
    margin: 1em;
}

.main_image{
    flex: 2;
    margin: .5em;
    padding: 1em;
    align-self: center;
    /* width: 100%; */
}

hr{
    margin: 0;
}

footer{
    margin-top: 1em;
}

.box2{
    margin-bottom: 3em;
    margin-left: 1em;
}

.subheadings{
    color: black;
    font-family: 'Roboto Mono', monospace;
    
}

h1, h2, h3, h5{
    font-family: 'Roboto Mono', monospace;
}

.slideshow_div{
    display: flex;
    /* margin-left: 2em; */
    /* margin-right: 2em; */
    padding: 1em;
    padding-bottom: 0;


}

.switch_project{
    display: flex;
    justify-content: space-between;
    padding-left: 2em;
    padding-right: 2em;
}



.slideshow_image{
    display: flex;
    flex: 3;
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* width: .005em; */
    text-align: center;
    justify-content: center;
}

.slideshow_text{
    display: flex;
    flex: 2;
    padding: 1.5em;
    /* margin-right: 2em; */
    text-align: center;
    font-size: .9em;
    /* justify-content: center; */
}

.last_next{
    display:flex;
    text-align: center;
    justify-content: center;
    border: solid black;
    border-width: .15em;
    border-radius: 2em;
}

.last{
    margin-right: 1em;
    font-size: 1em;
}

.next{
    margin-left: 1em;
    font-size: 1em;
}

.first_intro{
    font-family: 'Roboto Mono', monospace;
    font-size: 2em;
}
.second_intro{
    font-family: 'Roboto Mono', monospace;
    /* padding */
}

.full_page{
    display: flex;
    flex-direction: column;
}

/* .division_1, .division_2, .division_3, .division_4 {
    display: flex;
    margin: 1em;
    flex-direction: row;
} */

.d_image{
    align-self: center;
    display: flex;
    flex: 3;
    /* text-align: center; */
    justify-content: center;
    /* padding: 1em; */
}
.d_text{
    /* display: flex; */
    /* flex: 7; */
    /* text-align: center; */
    /* justify-content: center; */
    
}
.d_text_left{
    /* text-align: left; */
    padding: 2em;
}

.d_text_right{
    /* text-align: right; */
    padding: 2em;
}

.d_image img {
    max-width: 600px;
}

.division_3{
    flex: 1;
    text-align: center;
    justify-content: center;
}

.title_text{
    margin-bottom: 0;
}

.smaller_text{
    margin-top: .3em;
}

.space_us{
    margin: 2em;
    /* padding: -2em; */
    /* background-color: #404258; */
}
.clear{
    clear: right;
}

.aboutme_main{
    /* display: flex; */
    margin: 3em;
    margin-top: 6em;
    padding: 1em;
}

.aboutme_main{
    /* display: flex; */
    flex: 1;
    margin: 1em
}

/* .contact_div{
    display: flex;
    flex:1;
} */

.full_contact{
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #D8D8D8;
    border: solid black;
    border-width: .1em;
    border-radius: .75em;
    padding-left: 1em;
    /* width: 10em; */
}

.contact_form{
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    justify-content: center;
    padding: .5em;
}

.title_div{
    display: flex;
}

.form_item1, .form_item2, .form_item3{
    flex: 1;
}

input,select,textarea{
    margin-top: .5em;
    margin-bottom: 2em;
}

.submit_button{
    border: solid black;
    border-width: .1em;
    border-radius: .75em;
    padding-left: .5em;
}

.subtitle_h3{
    margin-top: 0;
}

.subtitle_h1{
    margin-bottom: .05em;
}

/* .img_trial{
    border-radius: 50%;
    align-self: top; 
    max-width: 100%;
    object-fit: cover;
    width: 65px;
    height: 65px;
    max-height: 100%;
    align-self: center;
    align-self: center;
    max-width: 70%;
    position: absolute;
    border: .1em solid black;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: .1em;
} */

.main_image_first{
    flex: 2;
    margin: .5em;
    padding: 1em;
    width: 20em;

}

.main_fulls{
    flex: 9;
    display: flex;
    flex-direction: column;
}

.empty_div{
    display: flex;
    flex: 3;
}

.center{
    text-align: center;
}

#about_me_image{
    
    /* margin-top: 0; */
    padding-top: 0;
    margin-left: 1em;
    margin-right: 1em;

    /* border-radius: 50%; */
    /* align-self: top;  */
    /* max-width: 100%; */
    object-fit: cover;
    /* width: 65px; */
    /* height: 65px; */
    /* max-height: 100%; */
    /* align-self: center; */
    /* align-self: center; */
    max-width: 70%;
    /* position: absolute; */
    /* border: .1em solid black; */
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* margin: .1em; */
}

.center_div{
    display: flex;
    justify-content: center;
}

.sportbusy_button{
    background-color: #0F3460;
    color: #ffffff;
    border-color: #0F3460;
    font-weight: bold;
}

.sportbusy_button:hover{
    background-color: #1a4a8a;
    cursor: pointer;
}

.widget_section{
    margin-top: 2.5em;
    margin-bottom: 2em;
    padding: 2em;
    background-color: #D8D8D8;
    border: solid black;
    border-width: .1em;
    border-radius: 2em;
}

.widget_header{
    text-align: center;
    margin-bottom: 1.5em;
}

.widget_header h2{
    font-family: 'Roboto Mono', monospace;
    margin-bottom: .3em;
}

.widget_tagline{
    font-size: .95em;
    color: #404258;
    max-width: 600px;
    margin: 0 auto;
}

.widget_content{
    display: flex;
    gap: 2em;
    align-items: flex-start;
}

.widget_embed{
    flex: 3;
    min-width: 0;
}

.widget_info{
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget_features p{
    margin: .6em 0;
    font-size: .95em;
}

.widget_works_on{
    font-size: .85em;
    color: #404258;
    margin-top: 1.2em;
    margin-bottom: 1.5em;
}

.widget_cta{
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}

.widget_button{
    padding: .8em 1.5em;
    font-size: .9em;
    font-weight: bold;
    border-radius: .5em;
    border: .15em solid #0F3460;
    background-color: #0F3460;
    color: #ffffff;
    cursor: pointer;
}

.widget_button:hover{
    background-color: #1a4a8a;
    border-color: #1a4a8a;
}

.widget_button_secondary{
    background-color: transparent;
    color: #0F3460;
}

.widget_button_secondary:hover{
    background-color: #0F3460;
    color: #ffffff;
}

.sb_hero{
    margin-bottom: 2em;
}

.sb_hero_content{
    display: flex;
    gap: 2.5em;
}

.sb_hero_text{
    flex: 3;
}

.sb_hero_links{
    flex: 2;
}

.sb_links_list p{
    margin: .5em 0;
    font-size: .95em;
}

.sb_divider{
    margin: 2em 0;
    border: none;
    border-top: 1px solid #D8D8D8;
}

.sb_code_block{
    background-color: #2d2d2d;
    color: #f8f8f2;
    padding: 1em 1.2em;
    border-radius: .5em;
    font-size: .8em;
    overflow-x: auto;
    line-height: 1.5;
    margin-top: .5em;
    margin-bottom: 1.5em;
}

.sb_code_block code{
    font-family: 'Roboto Mono', monospace;
}

@media only screen and (max-width: 850px){
    .widget_content{
        flex-direction: column;
    }
    .widget_embed{
        width: 100%;
    }
    .widget_info{
        width: 100%;
    }
    .widget_cta{
        justify-content: center;
    }
    .sb_hero_content{
        flex-direction: column;
    }
    .sb_hero_text, .sb_hero_links{
        width: 100%;
    }
}