html, body{
    margin:0px;
    padding: 0px;
    overflow-x: hidden;
    box-sizing: border-box;
}

/*universal styles*/
p{
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    margin-top: 15px;
    border: 0px solid rgb(0, 47, 255);
    line-height: 1.4;
}
#three h3{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 75px;
    color: rgb(0, 0, 0);
    text-align: left;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 9.7vw;
    height: fit-content;
}
h5{
    font-size: 38px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    padding: 0px 7px;
    width: fit-content;
    color: #000000;
    border: 0px solid orange;
    border-bottom: 3px solid #74b3ce;
}
h6{
    font-size: clamp(20px, 2vw, 25px);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 10px 3px;
    padding: 0px 7px;
    width: fit-content;
    color: #000000;
    border: 0px solid orange;
    border-bottom: 0px solid #74b3ce;
}
/*universal styles*/


/*header*/

/*Might have to adjust other pages since these styles have been adjusted.*/
#nav_bar{
    display: flex;
    border: 0px solid orange;
    background-color: #74b3ce;
}
nav{
    border: 0px solid red;
    flex: 4;
}
/*Might have to adjust other pages since these styles have been adjusted.*/
#one ul{
    list-style: none;
    display:flex;
    justify-content: space-around;
    border: 0px solid blue;
    padding-right: 30px;
    padding-left: 5px;
    box-sizing: border-box;
}
#one a{
    font-size: 18px;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500 ;
}
#one h1{
    flex: 6;
    text-align: left;
    font-size: 38px;
    color: #000000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: 0px solid black;
    margin: 0px;
    padding: 12px 0px 0px 3vw;
    box-sizing: border-box;
}
#title h2{
    text-align: center;
    font-size: clamp(46px, 8.9vw, 120px);
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: 0px solid black;
    margin: 0px;
    padding: 0px 0px 0px 40px;
    box-sizing: border-box;
}
#title{
    width: 100%;
    background-color: #74b3ce;
    height: clamp(200px, 40vh, 256px);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*header*/

/*upper body*/
#three{
    border: 0px solid yellow;
    margin-top: 0px;
}
.icons{
    border: 0px solid black;
    margin-left: 20px;
    width: 80px;
    height: 80px;
}
.sect{
    border-bottom: 2px solid black;
    padding: 15px clamp(15px, 2vw, 25px);
    width: 75vw;
    margin: 5px 0px;
    margin-left: 9.629629vw;
}

.par{
    border-left: 0px solid #000000;
    margin: 15px;
    margin-top: 5px;
    padding: 5px 55px 10px 20px;
    width: 90%;
    box-sizing: border-box;
}
.rm-btn{
    color: #84ceeb;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.rm{
    display: none;
}
.rm--show{
    display: inline;
}

.weather{
    overflow:hidden;
    position:relative;
    height: 30vh;
    }
.weather::before{
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat; 
    background-size: 100% 90px;
    background-position: 50% 100%;    
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%2384ceeb"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%2384ceeb"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%2384ceeb"/></svg>'); 
    }

@media (max-width:480px){
    .weather::before{
    background-size: 100% 90px;
    background-position: 50% 100%;  
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'>\
  <path fill='%2384ceeb' d='M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z'>\
    <animate attributeName='d' dur='5s' repeatCount='indefinite' values='\
      M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z;\
      M0 5 Q 25 10 50 5 T 100 5 V10 H0 Z;\
      M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z' />\
  </path>\
  <path fill='%2384ceeb' opacity='0.5' d='M0 6 Q 25 2 50 6 T 100 6 V10 H0 Z'>\
    <animate attributeName='d' dur='7s' repeatCount='indefinite' values='\
      M0 6 Q 25 2 50 6 T 100 6 V10 H0 Z;\
      M0 6 Q 25 8 50 6 T 100 6 V10 H0 Z;\
      M0 6 Q 25 2 50 6 T 100 6 V10 H0 Z' />\
  </path>\
  <path fill='%2384ceeb' opacity='0.5' d='M0 7 Q 25 3 50 7 T 100 7 V10 H0 Z'>\
    <animate attributeName='d' dur='6s' repeatCount='indefinite' values='\
      M0 7 Q 25 3 50 7 T 100 7 V10 H0 Z;\
      M0 7 Q 25 7 50 7 T 100 7 V10 H0 Z;\
      M0 7 Q 25 3 50 7 T 100 7 V10 H0 Z' />\
  </path>\
</svg>");
    }  
    }
    
@media (min-width:768px){
    .weather::before{
    background-size: 100% 90px;
    background-position: 50% 100%;  
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'>\
  <path fill='%2384ceeb' d='M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z'>\
    <animate attributeName='d' dur='5s' repeatCount='indefinite' values='\
      M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z;\
      M0 5 Q 25 10 50 5 T 100 5 V10 H0 Z;\
      M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z' />\
  </path>\
  <path fill='%2384ceeb' opacity='0.5' d='M0 6 Q 25 2 50 6 T 100 6 V10 H0 Z'>\
    <animate attributeName='d' dur='7s' repeatCount='indefinite' values='\
      M0 6 Q 25 0 50 6 T 100 6 V10 H0 Z;\
      M0 6 Q 25 8 50 6 T 100 6 V10 H0 Z;\
      M0 6 Q 25 0 50 6 T 100 6 V10 H0 Z' />\
  </path>\
  <path fill='%2384ceeb' opacity='0.5' d='M0 7 Q 25 3 50 7 T 100 7 V10 H0 Z'>\
    <animate attributeName='d' dur='6s' repeatCount='indefinite' values='\
      M0 7 Q 25 1 50 7 T 100 7 V10 H0 Z;\
      M0 7 Q 25 7 50 7 T 100 7 V10 H0 Z;\
      M0 7 Q 25 1 50 7 T 100 7 V10 H0 Z' />\
  </path>\
</svg>");
    }  
    }
     
@media (min-width:1025px){
    .weather::before{ 
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 100%;
    background-position: 50% 100%;  
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'>\
  <path fill='%2384ceeb' d='M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z'>\
    <animate attributeName='d' dur='5s' repeatCount='indefinite' values='\
      M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z;\
      M0 5 Q 25 10 50 5 T 100 5 V10 H0 Z;\
      M0 5 Q 25 0 50 5 T 100 5 V10 H0 Z' />\
  </path>\
  <path fill='%2384ceeb' opacity='0.5' d='M0 6 Q 25 2 50 6 T 100 6 V10 H0 Z'>\
    <animate attributeName='d' dur='7s' repeatCount='indefinite' values='\
      M0 6 Q 25 0 50 6 T 100 6 V10 H0 Z;\
      M0 6 Q 25 6 50 6 T 100 6 V10 H0 Z;\
      M0 6 Q 25 0 50 6 T 100 6 V10 H0 Z' />\
  </path>\
  <path fill='%2384ceeb' opacity='0.5' d='M0 7 Q 25 3 50 7 T 100 7 V10 H0 Z'>\
    <animate attributeName='d' dur='6s' repeatCount='indefinite' values='\
      M0 7 Q 25 1 50 7 T 100 7 V10 H0 Z;\
      M0 7 Q 25 7 50 7 T 100 7 V10 H0 Z;\
      M0 7 Q 25 1 50 7 T 100 7 V10 H0 Z' />\
  </path>\
</svg>"); 
    }
    }
@media (min-width:2100px){
    .weather::before{
    background-size: 100% calc(2vw + 172px);
    }
}
/*
Weather widget styles
*/

/*
Weather widget styles
*/
#weather_widget{
    height: 40vh;
    border: 0px solid rgb(255, 0, 0);
    display: flex;
    justify-content: center;
    background-color: #84ceeb;
    padding: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}
#weather_widget h2{
    border-bottom: 4px solid rgb(255, 255, 255);
    margin: 0px;
    margin-top: 30px;
    margin-left: 0;
    font-size: 70px;
    width: fit-content;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: left;
    padding: 3.7037037vw 0px 0px 2.2222222vw;
    box-sizing: border-box;
    color: #000000;
}
#widget{
    border-bottom: 4px solid rgb(255, 255, 255);
    display: flex;
    margin-top: 30px;
    padding: 0px 2.2222222vw 0px 8vw;
    box-sizing: border-box;
}
#widget h2{
    flex: 3;
    margin: 0px;
    margin-top: 50px;
    height: fit-content;
    line-height: 1;
    font-size: 70px;
    font-weight: 600;
    padding: 0px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    border: 0px solid rgb(255, 238, 2);
    color: #000000;
}
#widget_info{
    border: 0px solid rgb(255, 2, 2);
    padding: 0px;
    margin-right: 40px;
}
#widget_info h4{
    font-size: 30px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 0px solid rgb(19, 2, 255);
    margin: 0px;
    color: #000000;
}
#tempType{
    font-size: 24px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    margin: 0px;
    margin-left: 5px;
    color: #000000;
    border: 0px solid rgb(255, 2, 234);
}
#widget_info p{
    margin: 0px;
    line-height: 1.2;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 0px solid rgb(2, 255, 15);
    color: #000000;
}
#widget_info img{
    height: 160px;
    width: 160px;
    border: 0px solid black;
    margin-top: 10px;
}
#weather{
    background-color: #84ceeb;
    margin: 0px;
    padding: 70px 11.111111vw 0px 11.111111vw;
    height: fit-content;
}
#weather h3{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 65px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-align: center;
    margin: 0px;
    height: fit-content;
}
#weather p{
    font-size: 17px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    margin-top: 25px;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 0px solid rgb(0, 47, 255);
    line-height: 1.3;
}

#divider{
    overflow:hidden;
    position:relative;
    height: 25vh;
    margin: 0px;
    margin-top: 0px;
    border: 0px solid black;
    }
#divider::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 90px;
    background-position: 50% 0%;  
    background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMidYMax slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 91.5"><path fill="%2384ceeb" d="M2000 0v26c-14-1-29 4-42 11-21 12-40 30-63 34-24 5-48-6-71-16-21-8-42-16-64-18-47-5-94 17-140 33s-98 25-139-4c-13-8-25-20-39-19-10 1-18 7-26 12-34 22-75 28-112 15-12-4-25-11-31-24-8-18-28-26-45-23s-30 15-46 24c-51 28-111 23-167 18l-15-2-15 2c-56 5-116 10-168-18-15-9-29-20-45-24s-37 5-45 23c-6 13-19 20-31 24-37 13-78 7-112-15-8-5-16-11-26-12-14-1-26 11-39 19-41 29-93 20-139 4s-92-38-140-33c-22 2-43 10-64 18-23 10-47 21-71 16-23-4-42-22-63-34-13-7-28-12-42-11V0z" opacity=".75"/><path fill="%2384ceeb" d="M542 0c-21 9-48 18-80 29a127 127 0 01-65 5l-1-1-32-7-19-4a78 78 0 00-19-1 87 87 0 00-24 4 180 180 0 00-25 11l-6 3-2 1-7 4-2 1-21 9c-16 7-31 7-46 4-15-2-31-8-46-15l-19-8c-19-7-38-13-58-12h-3a71 71 0 00-32 10 97 97 0 00-19 16A283 283 0 000 67V32c18-11 38-19 57-22 31-4 69 5 99 14l10 3a70 70 0 0110 5c17 8 36 15 54 6l1-1a199 199 0 0018-11l11-7a76 76 0 0111-5 87 87 0 0118-5 124 124 0 0119-1 265 265 0 0132 2c21 2 43 7 62 5 17-2 32-8 47-15zM1185 0l-2 1-15 11-24 18a424 424 0 01-65 35 331 331 0 01-31 12q-10 4-21 6a132 132 0 01-27 4 132 132 0 01-27-4q-11-2-21-6a331 331 0 01-31-12 424 424 0 01-65-35l-24-18-15-11-2-1h8l9 6c41 30 116 29 168 3 52 26 127 27 168-3l9-6z" opacity=".51"/><path fill="%2384ceeb" d="M696 0c-17 13-33 28-50 39a78 78 0 01-54 13 251 251 0 01-28-6c-29-8-56-17-83 0l-11 5c-45 21-111 28-178-2q-11-4-21-10l-22-13a307 307 0 01-33-26h82a403 403 0 0028 21 238 238 0 0035 19 138 138 0 0014 6 140 140 0 0017 4 91 91 0 0032 1 103 103 0 0024-7c31-14 56-36 115-21 11 2 19 8 30 12l4 1c10 2 19 0 27-5 12-6 23-17 32-23l15-8z" opacity=".51"/><circle  fill="%2384ceeb" cx="59.2" cy="72.6" r="17.1" transform="rotate(-67 59 73)" opacity=".51"/><path fill="%2384ceeb" d="M580 0a19 19 0 01-6 9 19 19 0 01-26-5 18 18 0 01-2-4z"/><circle  fill="%2384ceeb" cx="289.2" cy="30" r="13.4"/><circle  fill="%2384ceeb" cx="258.1" cy="62.6" r="5.9" opacity=".51"/><circle  fill="%2384ceeb" cx="939.3" cy="63.8" r="18.6" opacity=".51"/><circle  fill="%2384ceeb" cx="679.5" cy="34.4" r="13.4"/><circle  fill="%2384ceeb" cx="891" cy="82.3" r="8.9" opacity=".51"/><circle  fill="%2384ceeb" cx="374.5" cy="82.7" r="8.9" transform="rotate(-45 375 83)" opacity=".51"/><circle  fill="%2384ceeb" cx="112.5" cy="84.7" r="6.1" opacity=".51"/><path fill="%2384ceeb" d="M834 0v1a80 80 0 01-27 42 80 80 0 01-41 18 80 80 0 01-29-2 80 80 0 01-58-59h-1z" opacity=".51"/><path fill="%2384ceeb" d="M2000 0v44a63 63 0 01-15 4l-1 1c-16 2-33 0-50-3l-62-11a363 363 0 00-48-3h-20a323 323 0 00-35 5l-31 7-30 5a195 195 0 01-83-3l-22-5a96 96 0 00-51 3l-22 7c-14 5-29 10-44 9-17 0-34-7-50-14-9-4-19-9-29-11a72 72 0 00-34-3 84 84 0 00-19 7l-18 8a128 128 0 01-96 2l-4-2c-11-4-21-10-32-13l-4-2c-18-5-37-4-56-2h-1l-77 5a121 121 0 01-66-9l-4 2c-19 9-41 8-62 7l-77-5h-1a166 166 0 00-60 4c-11 3-21 9-32 13l-4 2a128 128 0 01-96-2l-18-8a84 84 0 00-19-7l-3-1c-10-1-21 0-31 4-10 2-19 7-29 11-16 7-33 14-50 14-15 1-30-4-44-9l-22-7a96 96 0 00-51-3l-22 5a443 443 0 01-24 5c-20 3-40 1-59-2l-30-5-31-7a323 323 0 00-35-5h-20a363 363 0 00-48 3L66 46c-17 3-34 6-50 3h-1a63 63 0 01-15-5V0z"/><path fill="%2384ceeb" d="M1458 0c21 9 48 18 80 29a127 127 0 0065 5l1-1 32-7 19-4a78 78 0 0119-1 87 87 0 0124 4 180 180 0 0125 11l6 3 2 1 7 4 2 1 21 9c16 7 31 7 46 4 15-2 31-8 46-15l19-8c19-7 38-13 58-12h3a71 71 0 0132 10 97 97 0 0119 16 283 283 0 0116 18V32c-18-11-38-19-57-22-31-4-69 5-99 14l-10 3a70 70 0 00-10 5c-17 8-36 15-54 6l-1-1a199 199 0 01-18-11l-11-7a76 76 0 00-11-5 87 87 0 00-18-5 124 124 0 00-19-1 265 265 0 00-32 2c-21 2-43 7-62 5-17-2-32-8-47-15z" opacity=".51"/><path fill="%2384ceeb" d="M1304 0c17 13 33 28 50 39 16 10 33 16 54 13a251 251 0 0028-6c29-8 56-17 83 0l11 5c45 21 111 28 178-2q11-4 21-10l22-13a307 307 0 0033-26h-82a403 403 0 01-28 21 238 238 0 01-35 19 138 138 0 01-14 6 140 140 0 01-17 4 91 91 0 01-32 1 103 103 0 01-24-7c-31-14-56-36-115-21-11 2-19 8-30 12l-4 1c-10 2-19 0-27-5-12-6-23-17-32-23l-15-8z" opacity=".51"/><circle  fill="%2384ceeb" cx="1940.8" cy="72.6" r="17.1" transform="rotate(-23 1941 73)" opacity=".51"/><path fill="%2384ceeb" d="M1420 0a19 19 0 006 9 19 19 0 0026-5 18 18 0 002-4z"/><circle  fill="%2384ceeb" cx="1710.8" cy="30" r="13.4" transform="translate(0 66)"/><circle  fill="%2384ceeb" cx="1741.9" cy="62.6" r="5.9" opacity=".51"/><circle  fill="%2384ceeb" cx="1060.7" cy="63.8" r="18.6" opacity=".51"/><circle  fill="%2384ceeb" cx="1320.5" cy="34.4" r="13.4"/><circle  fill="%2384ceeb" cx="1109" cy="82.3" r="8.9" opacity=".51"/><circle  fill="%2384ceeb" cx="1625.5" cy="82.7" r="8.9" transform="rotate(-45 1625 83)" opacity=".51"/><circle  fill="%2384ceeb" cx="1887.5" cy="84.7" r="6.1" opacity=".51"/><path fill="%2384ceeb" d="M1166 0v1a80 80 0 0027 42 80 80 0 0041 18 80 80 0 0029-2 80 80 0 0058-59h1z" opacity=".51"/></svg>'); 
}
@media (min-width:2100px){
    #divider::before{
    background-size: 100% calc(2vw + 90px);
    }
}

     
.season_cards{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: fit-content;
    height: auto;
    padding: 3vw;
    margin: 0px;
    margin-bottom: 40px;
    margin-left: 0;
    border: 0px solid orange;
    box-sizing: border-box;
}
.months{
    border: 1px solid black;
    background-color: #84ceeb36;
    border-radius: 15px;
    height: auto;
    width: 17.04vw;
    margin: 0px 7px;
}
.season_cards h3{
    text-align: center;
    font-size: clamp(45px, 5.4vw, 60px);
    font-weight: 800;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: 0px solid black;
    height: fit-content;
    width: 33vw;
    margin: 0px;
    margin-top: 30px;
    margin-right: 5px;
}
.para{
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.1;
    border: 0px solid #000000;
    margin: 10px;
    margin-top: 5px;
    padding: 5px 0px 5px 0px;
    width: 90%;
    box-sizing: border-box;
} 
     
#four{
    margin-top: 150px;
}
#five{
    height: fit-content;
}
/*upper body*/

#f_one{
    border: 0px;
}
#f_two{
    flex: 2;
    margin-left: 0px;
}
#f_three{
    flex: 4;
    margin-left: 2.22222vw;
}

@media (width <= 480px){

    h5{
        font-size: 24px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0px;
        padding: 0px 7px;
        width: fit-content;
        color: #000000;
        border: 0px solid orange;
        border-bottom: 3px solid #74b3ce;
    }

    #three h3{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: clamp(30px, 7.5vw, 45px);
        color: rgb(0, 0, 0);
        text-align: left;
        margin: 0px;
        margin-top: 30px;
        margin-bottom: 5px;
        margin-left: 9.7vw;
        height: fit-content;
        width: fit-content;
    }
    .par{
        padding: 10px 2.22222vw 10px 2.22222vw;
    }

    .sect{
        border-bottom: 2px solid black;
        padding: 15px clamp(15px, 2vw, 25px);
        padding-right: 0px;
        width: 85vw;
        margin: 5px 0px;
        margin-left: clamp(19px,6vw,32px);;
    }

    .season_cards{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        width: 100vw;
        height: auto;
        padding: 3vw;
        padding-left: 6vw;
        padding-right: 0px;
        margin: 0px;
        margin-bottom: 40px;
        margin-left: 0;
        border: 0px solid orange;
        box-sizing: border-box;
    }
    .season_cards h3{
        text-align: center;
        font-size: clamp(45px, 5.4vw, 60px);
        font-weight: 800;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border: 0px solid black;
        height: fit-content;
        width: 33vw;
        margin: 0px;
        margin-top: 2.22222vw;
        margin-bottom: 15px;
        margin-right: 5px;
    }
    .months{
        border: 1px solid black;
        background-color: #84ceeb36;
        border-radius: 15px;
        height: auto;
        width: 80vw;
        margin: 5px 7px;
    }
    #weather_widget{
        justify-content: center;
        flex-wrap: wrap;
        height: fit-content;
    }
    #weather_widget h2{
        border-bottom: 4px solid rgb(255, 255, 255);
        margin: 0px;
        margin-top: 30px;
        margin-left: 0;
        font-size: 45px;
        width: fit-content;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 600;
        text-align: left;
        padding: 3.7037037vw 0px 0px 2.2222222vw;
        box-sizing: border-box;
        color: #000000;
    }
    #widget h2{
        margin: 0px;
        margin-top: 25px;
        height: fit-content;
        line-height: 1;
        font-size: 45px;
        font-weight: 600;
        padding: 0px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: left;
        border: 0px solid rgb(255, 238, 2);
        color: #000000;
    }
    #widget_info{
        margin-right: 0px;
    }
    #widget_info img{
        height: 110px;
        width: 110px;
        border: 0px solid black;
        margin-top: 10px;
    }
    #widget{
        padding: 0px 4vw 0px 2.22222vw;
    }
    #weather{
    background-color: #84ceeb;
    margin: 0px;
    padding: 8vw 6vw 10px 6vw;
    height: fit-content;
    }
    #weather h3{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 45px;
        color: rgb(0, 0, 0);
        font-weight: 600;
        text-align: center;
        margin: 0px;
        height: fit-content;
    }
    #weather p{
        font-size: 16px;
        font-weight: 400;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0px;
        margin-top: 25px;
        text-align: center;
        color: rgb(0, 0, 0);
        border: 0px solid rgb(0, 47, 255);
        line-height: 1.1;
    }

    footer p{
        height: fit-content;
        width: 100%;
        word-wrap: break-word;
    }
    #f_two{
        flex: 1;
        margin-left: 0px;
    }
    #f_three{
        flex: 2;
        margin-left: 0;
    }
}


/*
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%2384ceeb"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%2384ceeb"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%2384ceeb"/></svg>'); 
*/